home *** CD-ROM | disk | FTP | other *** search
/ The PC-SIG Library 10 / The PC-Sig Library - Shareware for the IBM PC and Compatibles (PC-SIG)(Tenth Edition Disks 1-2804)(1991).iso / PC_SIGCD / 11 / 0 / DISK1105.ZIP / HELP / #EDIT5.3 < prev    next >
Text File  |  1988-06-01  |  4KB  |  70 lines

  1.  
  2.            ══════════════════════════════════════════════════════════════
  3.                      SPECIAL FORM RELATIONAL  DATA  STATEMENTS
  4.            ══════════════════════════════════════════════════════════════
  5.  
  6.                                                                POOL/INV
  7.  
  8.                  This data statement is a special version of the variable 
  9.                  flow  used to represent a  pool,  inventory,  warehouse, 
  10.                  holding area,  and/or a work in process.   The inventory 
  11.                  level at the pool can then be limited by the same LIMITS 
  12.                  statement,  and the pool treated as a regular  resource.  
  13.  
  14.                        POOL #nnnn
  15.                                FROM #nnnn, #nnnn, #nnnn,... 
  16.                                  TO #nnnn, #nnnn, #nnnn,...;
  17.                                    nnnn = resource numbers (1-9999)
  18.                  POOL,INVENTORY   are   synonymous  and   can   be   used 
  19.                  interchangeably.(see. UTILITY)
  20.                  The  first  #nnnn is the pool resource FROM is  used  to 
  21.                  indicate the sources of the pool(i.e. the supply) and TO 
  22.                  is used to indicate where it is used or distributed.
  23.  
  24. ...more information on next view
  25.  
  26.                                                                DISTRIBUTE
  27.                  
  28.                  This data statement is a special version of the variable 
  29.                  flow  used  to represent a  distribution  process.  This 
  30.                  statement  must  be preceeded by a PROCESS  declaration. 
  31.                  ACTIVITIES will be created to represent the distribution 
  32.                  of the resource. A typical use of this data statement is 
  33.                  a planning MODEL where a product is to be distributed to 
  34.                  its markets.
  35.                                    PROCESS     @ppp
  36.                        DISTRIBUTE  #nnnn
  37.                                 TO #nnnn, #nnnn, #nnnn,...;
  38.                                    ppp  = process number   (1-999)
  39.                                    nnnn = resource numbers (1-9999)
  40.                  DISTRIBUTE,SUPPLY   are  synonymous  and  can  be   used 
  41.                  interchangeably.(see. UTILITY)
  42.  
  43.                  Corresponding activities (@ppp #nnnn) will be created to 
  44.                  represent the distribution.
  45.  
  46. ...more information on next view
  47.  
  48.  
  49.                  Relational  data declarations and  name  identifications 
  50.                  can  be combined together using the same relational data 
  51.                  statements.  Their corresponding order is immaterial.
  52.  
  53.  
  54.                        USE/POOL   #nnnn /name identification=value
  55.                                   #nnnn =name identification/value
  56.                                   #nnnn =value/name identification
  57.                                   #nnnn /value=name identification
  58.                             MAKE  #nnnn /name identification=value
  59.                                   #nnnn =name identification/value
  60.                                   #nnnn =value/name identification
  61.                                   #nnnn /value=name identification;
  62.  
  63.                                nnnn = resource numbers (1-9999)
  64.                                name identification (30-characters)
  65.                               value = recipe value, yields
  66.                                       (amounts needed/produced)
  67.  
  68. ...try other screens
  69.  
  70.